home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / interface / browser.swf / scripts / DefineSprite_271 / frame_1 / DoAction.as < prev   
Text File  |  2008-05-27  |  2KB  |  50 lines

  1. stop();
  2. _root.secoes.cut.bot_1.onRelease = function()
  3. {
  4.    _root.secoes.tipo.gotoAndStop("abri");
  5.    _root.nome = "Blossom";
  6.    _root.secoes.descricoes.descricao.text = "Cut out and stick together your very own super puff girl.";
  7.    _root.controle = "-";
  8.    _root.comando = "shellopen";
  9.    _root.licenca = "Freeware";
  10.    _root.caminho = "\\Cut and Paste\\Florzinho\\powerpuffGirls-blossom.pdf";
  11.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\Florzinho\\powerpuffGirls-blossom.pdf";
  12.    loadMovie("interface\\imagens\\florzinha.jpg","_root.secoes.descricoes.destino");
  13. };
  14. _root.secoes.cut.bot_2.onRelease = function()
  15. {
  16.    _root.secoes.tipo.gotoAndStop("abri");
  17.    _root.nome = "Bubbles";
  18.    _root.secoes.descricoes.descricao.text = "If you were wanting your very own Bubbles this is your chance to put your own together.";
  19.    _root.controle = "-";
  20.    _root.comando = "shellopen";
  21.    _root.licenca = "Freeware";
  22.    _root.caminho = "\\Cut and Paste\\Lindinha\\powerpuffGirls-bubbles.pdf";
  23.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\Lindinha\\powerpuffGirls-bubbles.pdf";
  24.    loadMovie("interface\\imagens\\bubbles.jpg","_root.secoes.descricoes.destino");
  25. };
  26. _root.secoes.cut.bot_3.onRelease = function()
  27. {
  28.    _root.secoes.tipo.gotoAndStop("abri");
  29.    _root.nome = "Buttercup";
  30.    _root.secoes.descricoes.descricao.text = "Try to put together the strongest of the three little heroes.";
  31.    _root.controle = "-";
  32.    _root.comando = "shellopen";
  33.    _root.licenca = "Freeware";
  34.    _root.caminho = "\\Cut and Paste\\Docinho\\powerpuffGirls-buttercup.pdf";
  35.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\Docinho\\powerpuffGirls-buttercup.pdf";
  36.    loadMovie("interface\\imagens\\docinho.jpg","_root.secoes.descricoes.destino");
  37. };
  38. _root.secoes.cut.bot_4.onRelease = function()
  39. {
  40.    _root.secoes.tipo.gotoAndStop("abri");
  41.    _root.nome = "Kisuke";
  42.    _root.secoes.descricoes.descricao.text = "Kisuke is a happy little chick. Try to put together this cheerful little friend to add to your collection.";
  43.    _root.controle = "-";
  44.    _root.comando = "shellopen";
  45.    _root.licenca = "Freeware";
  46.    _root.caminho = "\\Cut and Paste\\Kisuke\\kisuke.pdf";
  47.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut and Paste\\Kisuke\\kisuke.pdf";
  48.    loadMovie("interface\\imagens\\kisuke.jpg","_root.secoes.descricoes.destino");
  49. };
  50.